PLAY MUSIC

This command will play the specified music number.

  Syntax
PLAY MUSIC Music Number
  Parameters
Music Number
Integer
The music number to play

  Returns

This command does not return a value.

  Example Code
cls
load music "happy.mp3",1
Play music 1
print "is music playing "+str$(music playing(1))
wait 1000*8
stop music 1
print "is music playing "+str$(music playing(1))
do
loop
end
  See also

MUSIC Commands Menu
Index